net/http.http2FrameWriteRequest.StreamID (method)
7 uses
	net/http (current package)
		h2_bundle.go#L5053: 	if wr.StreamID() != 0 {
		h2_bundle.go#L5055: 		if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
		h2_bundle.go#L10893: func (wr http2FrameWriteRequest) StreamID() uint32 {
		h2_bundle.go#L10994: 	return fmt.Sprintf("[FrameWriteRequest stream=%d, ch=%v, writer=%v]", wr.StreamID(), wr.done != nil, des)
		h2_bundle.go#L11459: 		id := wr.StreamID()
		h2_bundle.go#L11566: 	id := wr.StreamID()
		h2_bundle.go#L11666: 	q := ws.streams[wr.StreamID()]
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |